iframe

Purpose

The iframe component uses the HTML IFRAME tag to delegate a portion of the display to another URL. Though the appearance looks similar to the include component. The concept and meaning of the iframe component is different.The content included by the include component is a fragment of the whole HTML page.

Examples

<z:window id="win" title="This is an Iframe Demo!">
    <z:iframe style="width:99%; height:400px;border:3px inset;" src="http://www.zkoss.org" />
</z:window>

Description

Attributes

ZK Official Reference

Component Reference

Show iframe Component Reference

Java API

Show iframe Java API